/* 内页面包屑 */
.um-bread {
	background: rgba(0, 0, 0, 0.5);
	line-height: 40px;
	margin-top: -40px;
	color: #f3f3f3;
	font-size: 13px;
	text-align: right;
	font-family: arial;
}
.um-bread a {
	color: #fff;
}
.um-bread a:hover {
	color: #1c4587;
}

/*  */
.um-main {
	padding: 0px 0 60px;
}
/* 翻页 */

#pages {
	padding: 10px 0 10px;
	text-align: center;
	font: 12px "宋体";
}
#pages a {
	display: inline-block;
	padding: 0px 14px;
	height: 35px;
	font-size: 13px;
	line-height: 35px;
	background: #fff;
	border: 1px solid #efefef;
	text-align: center;
	color: #333;
	margin: 0 7px;
}
#pages a.a1 {
	padding: 0px 14px;
	height: 35px;
	font-size: 13px;
	line-height: 35px;
}
#pages a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none;
}
#pages span {
	display: inline-block;
	padding: 0px 14px;
	height: 35px;
	line-height: 35px;
	background: #1c4587;
	border: 1px solid #1c4587;
	color: #fff;
	text-align: center;
	vertical-align: top;
}
.page .noPage {
	display: inline-block;
	padding: 0px 12px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #a4a4a4;
}
/* 上一页下一页 */
.pagenav {
	padding: 10px 0 0 0;
	border-top: #ddd solid 1px;
	font-family: arial;
	line-height: 27px;
	font-size: 13px;
	margin: 20px 0;
}
.pagenav a {
	color: #1c4587;
}

/* 内页左侧 */

.um-lside {
    width: 250px;
    float: left;
    margin-top: -106px;
    position: relative;
    z-index: 99;
}
.um-lside .tit {
	background: #1c4587;
	text-align: center;
	color: #fff;
    padding: 26px 0px;
	line-height: 1.7;
}
.um-lside .tit h2 {
    font-size: 20px;
}
.um-lside .tit p {
    font-size: 12px;
	font-family: arial;
	text-transform: uppercase;
}

/* 左侧菜单栏 */

.um-lside ul {
	border-top: 0;
	margin-bottom: 40px;
}
.um-lside li h3 {
	background: #f6f6f6;
    padding: 3px 0;
    line-height: 47px;
	transition: all 0.3s;
	border-left: 3px solid #f6f6f6;
}
.um-lside li h3 i {
	display: block;
	font-family: "宋体";
	font-size: 25px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 6px;
	transition: all 0.3s;
}
.um-lside li h3 a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #666;
    font-family: arial;
    text-align: center;
}
.um-lside li h3:hover,
.um-lside li.on h3 {
	border-left-color: #1c4587;
}
.um-lside li h3:hover a,
.um-lside li h3:hover i,
.um-lside li.on h3 i,
.um-lside li.on h3 a {
	color: #1c4587;
}
.um-lside li h3 i:hover,
.um-lside li.on h3 i {
	transform: rotateZ(90deg);
}
.um-lside li.on h3 i {
	/* background: #fff; */
	color: #fff;
}
.um-lside li h3 i:hover {
	/* background: #fff; */
	border-radius: 2px;
	color: #fff;
}
.um-lside li .um-subnav {
	background: #f9f9f9;
    border-top: 1px solid #ececec;
	overflow: hidden;
	height: 0;
	transition: all 0.3s;
}
.um-lside li .um-subnav a {
    display: block;
    line-height: 41px;
    color: #666;
    font-size: 13px;
    transition: all 0.3s;
    background: #f1f1f1;
    padding: 0 12px;
    margin-bottom: 5px;
    border-radius: 2px;
	font-family: arial;
	text-align: center;
}
.um-lside li .um-subnav a:first-of-type {
	margin-top: 8px;
}
.um-lside li .um-subnav a:last-of-type {
	margin-bottom: 8px;
}
.um-lside li.on .um-subnav {
	border-top-color: #e8e8e8;
	height: unset;
}
.um-lside li .um-subnav a:hover,
.um-lside li .um-subnav a.cur {
	color: #1c4587;
}
.um-lside .um-lside-contact {
	padding: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #444;
	background: #f8f8f8;
	font-family: arial;
}

/* 右侧宽度 */
.um-right {
    width: 920px;
	float: right;
}
.um-right .um-right-tit {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
    line-height: 50px;
}
.um-right .um-right-tit div{
	font-size: 13px;
	color: #666;
}
.um-right .um-right-tit h3 {
    font-size: 19px;
}
/* 单页 */
.um-page-content {
	font-size: 16px;
	line-height: 2;
	color: #333;
}
.max-img img {
	max-width: 100%;
}
/* 产品列表 */
.um-prolist li {
	float: left;
	width: 286px;
	margin-right: 30px;
	margin-bottom: 60px;
	position: relative;
}
.um-prolist li img {
	width: 100%;
	display: block;
}
.um-prolist li p {
	font-size: 15px;
	color: #333;
	text-align: center;
	line-height: 30px;
	margin-top: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(30px);
	transition: all .3s;
}
.um-prolist li:nth-of-type(3n) {
	margin-right: 0;
}
.um-prolist li:hover p{
	background: #1c4587;
	color: #fff;
	line-height: 50px;
}
/* 产品详情放大镜 */
.zoom-thumb {
	width: 350px;
	float: left;
}
#zoom_box {
	display: block;
	width: 100%;
	border: 1px solid #f9f9f9;
}
#zoom_box .big_small {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
#zoom_list {
	width: 100%;
	position: relative;
	height: 58px;
	background: #f1f1f1;
}
#zoom_list .next,
#zoom_list .pre {
	position: absolute;
	top: 0;
	width: 15px;
	height: 58px;
	line-height: 58px;
	font-family: "宋体";
	text-align: center;
	background: #e6e6e6;
	color: #666;
}
#zoom_list .pre {
	left: 0;
}
#zoom_list .next {
	right: 0;
}
#zoom_list .next:hover,
#zoom_list .pre:hover {
	background: #1c4587;
	color: #fff;
}
#zoom_list_box {
	width: 90%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#zoom_list_box ul {
	width: 100%;
}
#zoom_list_box li {
	float: left;
	width: 58px;
}
#zoom_list_box li a {
	display: block;
	padding: 2px;
}
#zoom_list_box li .zoomThumbActive {
	background: #1c4587;
}

#zoom_list_box li img {
	width: 100%;
	display: block;
}
.zoom-info {
	width: 530px;
	float: right;
}
.zoom-info .tit {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.zoom-info ul {
	background: #f6f6f6;
	padding: 20px;
	font-family: arial;
	margin: 24px 0;
}

.zoom-info li {
	font-size: 13px;
	line-height: 30px;
	color: #333;
}
.zoom-info li a:hover {
	color: #1c4587;
}
.zoom-info li b {
	color: #f00;
}
.zoom-info .zoom-link a {
	display: inline-block;
	width: 168px;
	height: 40px;
	background: #1c4587;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	border-radius: 2px;
	transition: all 0.3s;
}
.zoom-info .zoom-link a:hover {
	box-shadow: 0 0 5px #666;
}
/*  */

.um-product-show .desc {
	margin-top: 20px;
	font-size: 16px;
	line-height: 2;
	color: #333;
}

/* 新闻列表 */
.um-newslist li {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e8e8e8;
    transition: all 0.5s;
    padding: 20px 0;
}

.um-newslist li .img {
	width: 180px;
	float: left;
	margin-right: 20px;
	transition: all .5s;
}
.um-newslist li .img img {
	width: 100%;
	display: block;
}
.um-newslist li h4 {
	font-size: 16px;
	font-weight: bold;
	color: #222;
	margin-top: 5px;
}
.um-newslist li p {
	font-size: 13px;
	color: #888;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-family: arial;
	margin: 10px 0;
}
.um-newslist li .time {
	font-size: 12px;
	font-family: arial;
	color: #999;
}
.um-newslist li:hover .img{
	transform: translateX(5px);
}
.um-newslist li:hover h4 {
	color: #1c4587;
}
/* 新闻详情页 */

.newsshow-content .tit {
	text-align: center;
	border-bottom: 1px dashed #d4d4d4;
	margin-bottom: 30px;
}
.newsshow-content .tit h4 {
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
.newsshow-content .tit .subtit {
	font-size: 13px;
	font-family: arial;
	color: #888;
	margin: 6px 0 10px;
}
.newsshow-content .desc {
	font-size: 16px;
	color: #333;
	line-height: 2;
    overflow: hidden;
}

/* 内页推荐 */
.um-recommend-item {
	background: #f6f6f6;
	border-radius: 2px;
	margin-bottom: 2%;
}
.um-recommend-item .recom-tit {
	border-bottom: 1px solid #f0f0f0;
	padding: 12px 2%;
	text-align: left;
}
.um-recommend-item .recom-tit h3 {
	font-size: 16px;
	color: #1c4587;
	border-left: 2px solid #1c4587;
	line-height: 1.2;
	padding-left: 12px;
}
.um-recommend-item .recom-pro {
	padding: 2%;
}
.um-recommend-item .recom-pro li {
	width: 23%;
	margin-right: 2.6%;
}
.um-recommend-item .recom-pro li:last-of-type {
	margin-right: 0;
}
.um-recommend-item .recom-pro li img {
	width: 100%;
	display: block;
}
.um-recommend-item .recom-pro li p {
	font-size: 14px;
	text-align: center;
	color: #333;
	line-height: 25px;
}
/* 推荐新闻 */
.recom-news {
	padding: 2%;
}
.recom-news li {
	width: 49%;
	line-height: 20%;
	margin-right: 2%;
	float: left;
}
.recom-news li:nth-of-type(2n) {
	margin-right: 0;
}
.recom-news li a {
	display: block;
	line-height: 35px;
	font-size: 13px;
	color: #666;
}
.recom-news li a:hover {
	color: #1c4587;
}

/* 城市分销 关键词 */
.recom-link {
	padding: 2%;
}
.recom-link a {
	line-height: 30px;
	display: inline-block;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
}
.recom-link a:hover {
	color: #1c4587;
}

/* feedback */

.um-page-feedback .table_form {
	margin: 0 auto;
}
.um-page-feedback tr {
	height: 56px;
}
.um-page-feedback tr:nth-last-of-type(2){
	height: 108px;
}
.um-page-feedback .box_label {
    padding-right: 23px;
    text-align: right;
    font-size: 14px;
    color: #444;
    width: 10%;
    display: inline-block;
    vertical-align: middle;
}

.um-page-feedback .post_box_input{
    margin-bottom: 18px;
    text-align: center;
}

.um-page-feedback .post_box_input>div {
    width: 71%;
    display: inline-block;
    vertical-align: middle;
}
.um-page-feedback .input-text {
	line-height: 30px;
	width: 100%;
	height: 30px;
	border: 1px solid #e4e4e4;
	padding: 0 10px;
	border-radius: 2px;
	outline: none;
}
.um-page-feedback textarea {
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	outline: none;
	width: 100%;
	overflow: hidden;
	resize: none;
}
.um-page-feedback .button-submit {
	text-align: center;
}

.um-page-feedback .button-submit input {
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 15px;
	outline: none;
	border: none;
	border-radius: 2px;
	background: #1c4587;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}
.um-page-feedback .button-submit input:hover {
	box-shadow: 0 0 5px #888;
	border-radius: 4px;
}
.um-page-feedback .button-submit input:last-of-type {
	background: #4a4a4a;
}

/* guestbook */
.guestbook_list dl {
	border: 1px solid #e4e4e4;
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 20px;
}

.guestbook_list dt {
	line-height: 40px;
	/* border-bottom: 1px solid #ddd; */
	font-size: 13px;
	color: #1c4587;
	font-family: arial;
	font-weight: bold;
}
.guestbook_list dt:nth-of-type(2) {
	color: #f00;
}
.guestbook_list dt span {
	float: right;
}
.g_content {
	display: block;
	padding: 10px;
	color: #666;
	background: #ececec;
	border-radius: 3px;
	line-height: 30px;
	font-size: 13px;
}
.reply_content {
	padding: 10px;
	background: #ececec;
	border-radius: 2px;
	line-height: 24px;
	font-size: 13px;
	color: #666;
}
